[SFW Switch] Audio handling + Additional plugin support#679
[SFW Switch] Audio handling + Additional plugin support#679Servbot91 wants to merge 14 commits intostashapp:mainfrom
Conversation
… left uncensored.
Clarified instructions for adding custom selectors to additional_plugins.css.
|
This pull request has been mentioned on Stash Forum. There might be relevant details there: |
|
I think the audio muting should be optional (off by default) and handled via plugin settings. It's likely to cause confusion for someone when they install the plugin and get no audio than if they enable it themselves because they need that additional feature. |
…onfiguration for hot or not
|
@DogmaDragon It is optional now. When boolean is false (default) only thumbnails are blurred. When boolean setting is true, audio sources get hard muted. |
|
From my testing the blur is not applied universally. I'm not sure if everywhere should have it, but the inconsitancy is noticable. Scenes (grid view)
Scenes (list view)
Scenes (wall view)
Scenes (tagger view)
Images (grid view)
Images (list view)
Groups
Markers (grid view)
Markers (wall view)
Galleries (grid view)
Galleries (list view)
Galleries (wall view)
Performers (grid view)
Performers (list view)
Performers (tagger view)
Studios (grid view)
Studios (tagger view)
Tags (grid view)
Tags (list view)
Tags (tagger view) (I think it's still a develop feature)
Stats
|
|
There is a bug with audio and blur toggle. If you disable blur toggle mid-scene the audio with play in infinity even if you stop the scene. Only leaving the page or re-enabling the blur toggle will stop the loop. Also, audio is not unmuted when the blur toggle is disabled. |
plugins/SFWSwitch/sfw.css
Outdated
| position: relative; | ||
| display: inline-block; |
There was a problem hiding this comment.
What's the reason behind this change?
plugins/SFWSwitch/sfw.css
Outdated
| .image-container img, | ||
| .detail-header-image, | ||
| .scene-player-container { | ||
| display: block; |
There was a problem hiding this comment.
What is the reason behind this change?
|
@DogmaDragon Hey man, thanks for the test. Full disclosure, alot of what you asked for was not blurred in the original plugin. I have added most if not all of your request including the lightbox. I also fixed the zombie audio issue, I didnt blur things that are not inherently NSFW like dates, but I did do age and other stuff that makes sense. Un-blurred stash box stats. I also aggregated some of the original CSS back into this version, however alot of it was very loosely targeted so you would get unintended affects elsewhere. Either way, its pretty solid now. The only feature I did not add was the tagger view as I dont use that feature and not sure how I can go about that without having to connect to stash box. |
|
This pull request has been mentioned on Stash Forum. There might be relevant details there: |
There was a problem hiding this comment.
Why are we removing this?
There was a problem hiding this comment.
Thats my bad I forgot it in the commit. Its here in latest commit.
|
Scene wall view is not blurring the cover image. |
|
Image wall view is too strict. Blurs the whole block instead of individual thumbnails. |
|
Markers wall view is too strict. Blurs the whole block instead of individual marker covers. |
|
Gallery wall view is not blurred. |
|
Thats really your only option. If you got a better implementation let me know. But thats the only way I could really get it to work.
Sent from Mobile🚄
…-------- Original Message --------
On Tuesday, 03/17/26 at 19:02 DogmaDragon ***@***.***> wrote:
DogmaDragon left a comment [(stashapp/CommunityScripts#679)](#679 (comment))
Image wall view is too strict. Blurs the whole block instead of individual thumbnails.
—
Reply to this email directly, [view it on GitHub](#679 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BT2T5GPK4KIM6CQPZLNTJMT4RHKRPAVCNFSM6AAAAACWKMS736VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DANZYGUZDGOJWGE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Same as image wall. Need a better suggestion .
Sent from Mobile🚄
…-------- Original Message --------
On Tuesday, 03/17/26 at 19:03 DogmaDragon ***@***.***> wrote:
DogmaDragon left a comment [(stashapp/CommunityScripts#679)](#679 (comment))
Markers wall view is too strict. Blurs the whole block instead of individual marker covers.
—
Reply to this email directly, [view it on GitHub](#679 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BT2T5GO2FFJHM3AQRGWDKIT4RHKTZAVCNFSM6AAAAACWKMS736VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DANZYGUZDMMRRGA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Works for me. |
for what? I have added scene wall but what is this for? I dont see what this is targeted at. |
|
You can tighten the selector to specific pages, but it works on both images and markers wall views. |
|
@Servbot91 I think I unfairly added more work on you since as you mentioned many of these inconsistancies were present already. If you split just the audio changes and sprite plugin support into a new PR I can merge that. And then we can work on the missing options later. |
All good I think I got everything you asked in this last push. Should be pretty solid now, but yeah none of this was in the original. |

New Feature:
Additional Plugin Support:
Testing: